Get Data Point Values by Drop Zone

{ getDataPointDropZoneValues }

Retrieve the actual value of a given data point, for specific DropZoneType.

Method
getDataPointDropZoneValues(dataPoint: number[], dropZoneType: DropZoneType): number[]

Arguments

dataPoint: number []

  • The data point to retrieve value for.

dataPoint: DropZoneType

  • The dropZoneType to look at.

Returns

number

  • An array of numbers that represent all the values for the measures that exist in the specific drop zone, for a given data point.